1 <?php
2     
// For help on using hooks, please refer to https://bigprof.com/appgini/help/working-with-generated-web-database-application/hooks
3
4     function login_ok($memberInfo, &$args){
5
6         
return '';
7     }
8
9     function login_failed($attempt, &$args){
10
11     }
12
13     function member_activity($memberInfo, $activity, &$args){
14         
switch($activity){
15             
case 'pending':
16                 
break;
17
18             
case 'automatic':
19                 
break;
20
21             
case 'profile':
22                 
break;
23
24             
case 'password':
25                 
break;
26
27         }
28     }
29
30     function sendmail_handler(&$pm){
31
32     }



Hệ thống xếp lịch học tín chỉ cho sinh viên CNTT trên PHP & MySQL 112.153 lượt xem

Gõ tìm kiếm nhanh...